Carbon


MusicMIDISendProcPtr

Header: QuickTimeMusic.h Carbon status: Supported

typedef ComponentResult(* MusicMIDISendProcPtr) (
    ComponentInstance self, 
    SInt32 refCon, 
    MusicMIDIPacket *mmp
);

You would declare your function like this if you were to name it MyMusicMIDISendCallback:

ComponentResult MyMusicMIDISendCallback (
    ComponentInstance self, 
    SInt32 refCon, 
    MusicMIDIPacket *mmp
);
self
refCon
mmp

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/10/2000)